home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0327.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  9.7 KB  |  272 lines

  1. In article <2ouqi8INNqlo@jhunix.hcf.jhu.edu> collins@jhunix.hcf.jhu.edu (Bernard Collins) writes:
  2. >From: collins@jhunix.hcf.jhu.edu (Bernard Collins)
  3. >Subject: Re: FTPd problems - still Re: Small Weekend FTP Server at it again!
  4. >Date: 18 Apr 1994 16:28:56 -0400
  5.  
  6. >downs@stimpy.eecis.udel.edu (David R. Downs) writes:
  7. >>I switched to Trumpet and "poof" no problems!  Now, I intend to write FTP Inc.
  8.  
  9. >Just one question: what version of PCTCP are you using? Have you gotten 
  10. >hold of their relatively recent winsock fix? (Oh, that's two questions. 
  11. >Sorry)
  12. >-- 
  13. >Skip Collins
  14.  
  15. i'm running alun's ftpserver and although it dose crash once in a while i 
  16. leave it running all the time and i rarely have any probs. the userlimit thing 
  17. though won't be delt with till the next ver (says alun) but i think its the 
  18. best i've found for winsock. rember there is always lynix! (if youy have an 
  19. extra 50 to 200 megs!)
  20.  
  21. -Sargon                                  Ftp for windows and winsock files
  22. arg2@po.cwru.edu                        'b61503.student.cwru.edu'
  23.                      "The only perfect science is hindsight."
  24. From news@bigblue.oit.unc.edu Sat Apr 26 21:54:53 1994
  25. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  26.           id AA25059; Thu, 28 Apr 1994 20:31:59 -0400
  27. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  28.           id AA14975; Thu, 28 Apr 1994 20:20:25 -0400
  29. Received: from GATEWAY by bigblue with netnews
  30.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  31. To: winsock@sunsite.unc.edu
  32. Date: 27 Apr 1994 04:54:53 -0700
  33. From: cgi@crl.com (Paul Smith)
  34. Message-Id: <2pljqd$prf@crl2.crl.com>
  35. Organization: CRL Dialup Internet Access    (415) 705-6060  [login: guest]
  36. Sender: ses
  37. References: <dms625s.2.00100DF7@nic.smsu.edu>, <1994Apr27.035206.21099@news.csuohio.edu>
  38. Subject: Re: Xwindows for Winsock?
  39.  
  40. Steve Ratliff (stever@csuohio.edu) wrote:
  41. :     On an entirely different subject.  Does anyone know of a PD,
  42. : freeware, or shareware version of a NFS winsock client?
  43.  
  44. Try Tsoft's NFS client over a DOS stack.  I'm running this NFS
  45. client side by side with trumpet winsock, side by side with
  46. NETBUEI in WFWG 3.11.  It works is the main thing.  For technical
  47. reasons (from the authors) it runs on DOS and a DOS TCP/IP stack
  48. and not under windows on winsock.  
  49.  
  50. polyslo.calpoly.edu:/pub/mdurkin/nfs
  51.  
  52.     Grabe all versions sort them out after you decided which
  53.     DOS TCP stack you want to run.  I'm running the version
  54.     with the built in Wattcp stack on dis_pkt9, pktmux 2, pktdrv,
  55.     pktdrv.  
  56.  
  57. The tricks of installatoin are as follows on WFWG 3.11, just Windows 3.1
  58. is considerably simpler and a small subset of this:
  59.  
  60.  
  61. autoexec.bat - fragments
  62. -------------------------
  63.  
  64. C:\WIN3\net start
  65. lh c:\win3\pktmux 2 61 /b
  66. REM could not get winpkt to work... if it would have, I might
  67. REM been able to save alittle bit of low mem
  68. REM lh c:\win3\winpkt 0x62 0x61
  69. REM lh c:\win3\winpkt 0x63 0x61
  70. lh c:\win3\pktdrv 62 61 /w10
  71. lh c:\win3\pktdrv 63 61 /w10
  72. set TZ=EDT8EDT
  73. set WATTCP.CFG=c:\winnfs
  74. c:\winnfs\nfsdrvr -s 2 -f 10 -d 3
  75. c:\winnfs\mount -a
  76. REM at this point; mem/d indicates that the max size prog I can run
  77. REM is 514k.  After running WFWG 3.11 running a DOS session and running
  78. REM mem/d again, the max size prog is 479k.  Gettting tighter and
  79. REM tighter.  NOTE: some older windows/DOS progs are unreliable at this
  80. REM amount of low mem.  Some (ABC flow charting) are execption faulting
  81. REM for some of their menu picks/changing printer options...
  82.  
  83. system.ini fragments
  84. --------------------
  85.  
  86. [network drivers]
  87. netcard=exp16.dos
  88. transport=ndishlp.sys,*netbeui,dis_pkt9.dos
  89. devdir=C:\WIN3
  90. LoadRMDrivers=Yes
  91.  
  92. protocol.ini fragments
  93. ----------------------
  94.  
  95.  
  96. [network.setup]
  97. version=0x3110
  98. netcard=ms$ee16,1,MS$EE16,1
  99. transport=ms$ndishlp,MS$NDISHLP
  100. transport=ms$netbeui,NETBEUI
  101. lana0=ms$ee16,1,ms$netbeui
  102. lana1=ms$ee16,1,ms$ndishlp
  103.  
  104. [protman]
  105. DriverName=PROTMAN$
  106. PRIORITY=MS$NDISHLP
  107.  
  108. [MS$EE16]
  109. DriverName=EXP16$
  110. IRQ=10
  111. IOADDRESS=0x350
  112. IOCHRDY=Late
  113. TRANSCEIVER=Thin Net (BNC/COAX)
  114.  
  115. [MS$NDISHLP]
  116. DriverName=ndishlp$
  117. BINDINGS=MS$EE16
  118.  
  119. [NETBEUI]
  120. DriverName=netbeui$
  121. SESSIONS=10
  122. NCBS=12
  123. BINDINGS=MS$EE16
  124. LANABASE=0
  125.  
  126. [pktdrv]
  127. DriverName=PKTDRV$
  128. bindings=MS$EE16
  129. intvec=0x61
  130. novell=no
  131.  
  132. ...
  133. From news@bigblue.oit.unc.edu Wed Apr 27 04:37:36 1994
  134. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  135.           id AA28736; Thu, 28 Apr 1994 21:01:54 -0400
  136. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  137.           id AA12503; Thu, 28 Apr 1994 20:37:37 -0400
  138. Received: from GATEWAY by bigblue with netnews
  139.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  140. To: winsock@sunsite.unc.edu
  141. Date: Wed, 27 Apr 1994 08:37:36 EDT (GMT -0400)
  142. From: hmkriz@vt.edu (Harry M. Kriz)
  143. Message-Id: <hmkriz.314.00397BD2@vt.edu>
  144. Organization: Virginia Tech
  145. Sender: ses
  146. Subject: FTP clients miss files
  147.  
  148. I've just become aware of a problem with my Windows graphical ftp client. I'm 
  149. wondering if the problem can be overcome.
  150.  
  151. I was using WS_FTP to view the directory d:/Softlib/MSLFILES at 
  152. ftp.microsoft.com. I was looking for the file ww1000.exe, which contains 
  153. vshare.386, a protected mode version of the old DOS share.exe. The file didn't 
  154. show up in the list of files presented by WS_FTP.
  155.  
  156. I then used the ftp client in WinQVT/Net to access the same directory and 
  157. issued the get command for the file. I got a copy of the file, so it was 
  158. indeed in the directory. (See the file wdl.txt for more information about 
  159. available files at ftp.microsoft.com.)
  160.  
  161. Microsoft warns that you shouldn't issue a dir command for the MSLFILES 
  162. directory, as it is very large. I assume that WS_FTP did issue the dir 
  163. command, took as many file names as it could and displayed them, and simply 
  164. dropped all the rest from the list without warning.
  165.  
  166. Question:  Is this a problem common to all graphical ftp clients, or is there 
  167. a way that the client could warn you that the directory listing is not 
  168. complete?
  169.  
  170. I sent a note to John Junod, author of WS_FTP, and he said he'd be 
  171. looking into this further.
  172.  
  173. --Harry
  174. -----------------------------------------------------------------
  175. Harry M. Kriz      hmkriz@vt.edu
  176. University Libraries
  177. Virginia Polytechnic Institute & State University (Virginia Tech)
  178. Blacksburg, VA   24061
  179. From news@bigblue.oit.unc.edu Thu Apr 28 17:07:07 1994
  180. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  181.           id AA28744; Thu, 28 Apr 1994 21:01:56 -0400
  182. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  183.           id AA13111; Thu, 28 Apr 1994 20:55:09 -0400
  184. Received: from GATEWAY by bigblue with netnews
  185.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  186. To: winsock@sunsite.unc.edu
  187. Date: Thu, 28 Apr 1994 17:07:07 GMT
  188. From: georg@geo.phys.ethz.ch (Georg Schwarz)
  189. Message-Id: <georg.29.2DBFED3B@geo.phys.ethz.ch>
  190. Organization: ETH-Zuerich
  191. Sender: ses
  192. Subject: I'd pay for a good TELNET client for winsock
  193.  
  194. I am looking for a winsock telnet client with a good VT100 or VT220 emulation.
  195. I have tried:
  196.  
  197.   - trumptel, wich has problems with the emulation 
  198.   -QVTnet wich works fine, but comes with a lot of stuff i 
  199.     dont use (mail, news..) and cannot be used as 
  200.     viewer in a gopher client.
  201.   - MS Telnet wich comes with the Daytona Beta
  202.      wich has problems with the emulation.
  203.   - FTP's telnet client, works great, but only
  204.      with their TCP stack
  205.  
  206. I am only looking for a telnet client, so if it is bundeled with other stuff
  207. the complete package should not be too expensive.
  208.  
  209. Any hints?
  210. Thanks in advance
  211.  
  212. Georg
  213. -------------------------------------------------------------------
  214. Georg Schwarz              Institut fuer Geophysik
  215. georg@geo.phys.ethz.ch     ETH-Hoenggerberg
  216. Voice: +41-1-633-3398      CH-8093 Zuerich
  217. Fax:   +41-1-371-2556      Switzerland
  218. -------------------------------------------------------------------
  219. From news@bigblue.oit.unc.edu Thu Apr 28 14:47:04 1994
  220. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  221.           id AA02525; Thu, 28 Apr 1994 21:31:55 -0400
  222. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  223.           id AA22249; Thu, 28 Apr 1994 21:10:26 -0400
  224. Received: from GATEWAY by bigblue with netnews
  225.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  226. To: winsock@sunsite.unc.edu
  227. Date: Thu, 28 Apr 1994 14:47:04 GMT
  228. From: d.m.carey@larc.nasa.gov (Dave Carey)
  229. Message-Id: <d.m.carey.111.2DBFCC68@larc.nasa.gov>
  230. Organization: NASA Langley Research Center
  231. Sender: ses
  232. Subject: Windows/NT and winsock
  233.  
  234.  
  235.   I have a PC running Windows/NT with a 3c503 card. How do I configure to run 
  236. winsock. I have setup several PCs running Windows with Trumpet Winsock and
  237. PCTCP 2.2 and 2.3. I can use whichever software setup is easiest.
  238.  Help!
  239.  
  240.  
  241.  
  242.  Dave C.
  243. From news@bigblue.oit.unc.edu Thu Apr 28 21:31:57 1994
  244. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  245.           id AA02535; Thu, 28 Apr 1994 21:31:57 -0400
  246. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  247.           id AA07498; Thu, 28 Apr 1994 21:28:08 -0400
  248. Received: from GATEWAY by bigblue with netnews
  249.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  250. To: winsock@sunsite.unc.edu
  251. Date: Thu, 28 Apr 1994 16:53:38
  252. From: kieser@prz.tu-berlin.de (Axel Kieser)
  253. Message-Id: <kieser.23.0010E564@prz.tu-berlin.de>
  254. Organization: TUBerlin/ZRZ
  255. Sender: ses
  256. Subject: wfwg 3.11, winsock, SMC-ethercard +elite16
  257.  
  258. Hi, I think this is a question which was often answered before, but I haven't 
  259. saved the answers and now I need a solution for my problem.
  260.  
  261. I run WFWG 3.11 without network support and Trumpet-Winsock. I have a SMC 
  262. EtherCard Plus Elite 16 and load the drivers wd8003e and winpkt.com before 
  263. starting WFWG, no problems.
  264. What have I to do to get WFWG-networking and run winsock.dll, too?
  265. Please send me your protocol.ini-files and the important parts of system.ini 
  266. and a short and easy description of what to do.
  267.  
  268. Please answer by e-mail, too.
  269.  
  270. Thanks in Advance, Axel
  271.  
  272.